| 1. | This walkthrough demonstrates creating a smart tag that recognizes fahrenheit temperature strings 本演练演示如何创建可识别华氏温度字符串的智能标记。 |
| 2. | Now you can test your document to make sure that the smart tag converts fahrenheit temperatures to celsius 现在可以测试文档,以确保智能标记将华氏温度转换为摄氏温度。 |
| 3. | The event handler then converts the fahrenheit temperature value to celsius , and replaces the recognized string 然后事件处理程序将华氏温度值转换为摄氏温度,并替换识别的字符串。 |
| 4. | The first method converts fahrenheit temperatures to celsius , and the second method converts celsius temperatures to fahrenheit 第一种方法将华氏温度转换为摄氏温度,第二种方法将摄氏温度转换为华氏温度。 |
| 5. | Write a c + + program that inputs the fahrenheit temperature and outputs the equivalent celsius temperature . use the equation : celsius = 5 / 9 ( fahrenheit - 32 ) 写输入华氏温度和输出相等的摄氏温度的.用公式: =摄氏5 / 9 (华氏- 32 ) |
| 6. | When you run the application , it accesses the xml web service and displays the celsius equivalent of the entered fahrenheit temperature 运行该应用程序时,它将访问该xml web services并显示与输入的华氏温度等效的摄氏温度。 |